home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Pango / FontMap.pod < prev    next >
Text File  |  2009-05-09  |  963b  |  72 lines

  1. =head1 NAME
  2.  
  3. Pango::FontMap - an object that represents the set of fonts available for a particular rendering system
  4.  
  5. =cut
  6.  
  7. =head1 HIERARCHY
  8.  
  9.   Glib::Object
  10.   +----Pango::FontMap
  11.  
  12.  
  13.  
  14. =cut
  15.  
  16. =for object Pango::FontMap - an object that represents the set of fonts available for a particular rendering system
  17.  
  18. =cut
  19.  
  20.  
  21.  
  22.  
  23. =head1 METHODS
  24.  
  25. =head2 list = $fontmap-E<gt>B<list_families> 
  26.  
  27. =head2 font or undef = $fontmap-E<gt>B<load_font> ($context, $desc)
  28.  
  29. =over
  30.  
  31. =item * $context (Pango::Context) 
  32.  
  33. =item * $desc (Pango::FontDescription) 
  34.  
  35. =back
  36.  
  37. =head2 fontset or undef = $fontmap-E<gt>B<load_fontset> ($context, $desc, $language)
  38.  
  39. =over
  40.  
  41. =item * $context (Pango::Context) 
  42.  
  43. =item * $desc (Pango::FontDescription) 
  44.  
  45. =item * $language (Pango::Language) 
  46.  
  47. =back
  48.  
  49.  
  50.  
  51. =cut
  52.  
  53.  
  54. =head1 SEE ALSO
  55.  
  56. L<Pango>, L<Glib::Object>
  57.  
  58.  
  59. =cut
  60.  
  61.  
  62. =head1 COPYRIGHT
  63.  
  64. Copyright (C) 2003-2008 by the gtk2-perl team.
  65.  
  66. This software is licensed under the LGPL.  See L<Pango> for a full notice.
  67.  
  68.  
  69.  
  70. =cut
  71.  
  72.